Represents the notification for an item.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Class 
NotificationItem(
Of T)
C#
public 
class 
NotificationItem<T>
Visual C++
generic<
typename T>
public 
ref class 
NotificationItem
JavaScript
JavaScript does not support generic types or
methods.

Type Parameters

T
The type of the item that is in the notification.

Remarks

The class also indicates the operation that is relevant for the item.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration.Presence . . :: . NotificationItem < (Of < ( T > ) > )

See Also